C1.LiveLinq.LiveViews Namespace > View<T> Class : Changed Event |
'Declaration
Public Event Changed As System.EventHandler(Of SourceChangeEventArgs(Of T))
public event System.EventHandler<SourceChangeEventArgs<T>> Changed
The event handler receives an argument of type SourceChangeEventArgs<T> containing data related to this event. The following SourceChangeEventArgs<T> properties provide information specific to this event.
Property | Description |
---|---|
ChangeType | Gets the type of change. |
Item | Gets the object that is being changed. |
Ordinal | Gets the ordinal position of the collection item that is being changed. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2